CGPlaneFrom3Points

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

CGPlaneFrom3Points()  

SYNOPSIS

geom_lib/geomat3d.c:557

int CGPlaneFrom3Points(PlaneType Plane,
                       PointType Pt1,
                       PointType Pt2,
                       PointType Pt3)
 

DESCRIPTION

Routine to construct the plane from given 3 points. If two of the points are the same it returns FALSE, otherwise (successful) returns TRUE.  

PARAMETERS:

Plane: To compute.

Pt1, Pt2, Pt3: Three points to fit a plane through.  

FUNCTION RETURN VALUE

int: TRUE if successful, FALSE otherwise.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:11 GMT, October 17, 2022